-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improve test covr #12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi there! Thank you for creating your first pull-request on the Graaf library :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for working on this, looks great 😃
I would not change the .gitignore
in this PR, but once that it adressed I would be happy to merge. Also added a small comment on the exception tests, you can choose whether you want to address it or leave as-is.
Tagging #8 as this addresses part of the issue.
Co-authored-by: Bob Luppes <bobluppes@gmail.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
============================================
+ Coverage 72.97% 100.00% +27.02%
============================================
Files 3 8 +5
Lines 74 395 +321
Branches 22 0 -22
============================================
+ Hits 54 395 +341
+ Misses 7 0 -7
+ Partials 13 0 -13
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing this, LGTM 👍🏻
The pull request includes changes that augment the test coverage to
78.38%
, with a focus on thegraph_test
file.The changes in the pull request encompass the following:
Addition of new test cases to cover the graph module.
Improvement of existing test cases to include edge cases and handle exceptions appropriately.
I have ensured that all tests pass successfully,